﻿2026-07-27T01:37:46.4953833Z ##[group]Run set -euo pipefail
2026-07-27T01:37:46.4954177Z [36;1mset -euo pipefail[0m
2026-07-27T01:37:46.4954424Z [36;1mPIN=0c95435[0m
2026-07-27T01:37:46.4954662Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T01:37:46.4954935Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T01:37:46.4955311Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T01:37:46.4955772Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T01:37:46.4956254Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T01:37:46.4956645Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T01:37:46.4956898Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T01:37:46.4957203Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T01:37:46.4957581Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T01:37:46.4957953Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T01:37:46.4958272Z [36;1mfi[0m
2026-07-27T01:37:46.4958582Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T01:37:46.4972091Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T01:37:46.4972440Z env:
2026-07-27T01:37:46.4972658Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T01:37:46.4972915Z ##[endgroup]
2026-07-27T01:37:46.8080165Z    Compiling proc-macro2 v1.0.106
2026-07-27T01:37:46.8080799Z    Compiling quote v1.0.45
2026-07-27T01:37:46.8081081Z    Compiling unicode-ident v1.0.24
2026-07-27T01:37:46.8081367Z    Compiling libc v0.2.186
2026-07-27T01:37:46.8081654Z    Compiling serde_core v1.0.228
2026-07-27T01:37:46.8081944Z    Compiling cfg-if v1.0.4
2026-07-27T01:37:46.8104236Z    Compiling serde v1.0.228
2026-07-27T01:37:46.8133139Z    Compiling log v0.4.32
2026-07-27T01:37:46.8165091Z    Compiling pin-project-lite v0.2.17
2026-07-27T01:37:46.8223826Z    Compiling typenum v1.20.1
2026-07-27T01:37:46.8225116Z    Compiling portable-atomic v1.13.1
2026-07-27T01:37:46.8230272Z    Compiling memchr v2.8.1
2026-07-27T01:37:46.8369368Z    Compiling version_check v0.9.5
2026-07-27T01:37:46.8370373Z    Compiling critical-section v1.2.0
2026-07-27T01:37:46.8460988Z    Compiling find-msvc-tools v0.1.9
2026-07-27T01:37:46.8541688Z    Compiling shlex v2.0.1
2026-07-27T01:37:46.8970909Z    Compiling bytes v1.11.1
2026-07-27T01:37:46.9141316Z    Compiling futures-core v0.3.32
2026-07-27T01:37:46.9422004Z    Compiling subtle v2.6.1
2026-07-27T01:37:47.0620740Z    Compiling equivalent v1.0.2
2026-07-27T01:37:47.0721361Z    Compiling smallvec v1.15.1
2026-07-27T01:37:47.0981903Z    Compiling itoa v1.0.18
2026-07-27T01:37:47.1194526Z    Compiling semver v1.0.28
2026-07-27T01:37:47.1340862Z    Compiling stable_deref_trait v1.2.1
2026-07-27T01:37:47.1590636Z    Compiling futures-sink v0.3.32
2026-07-27T01:37:47.1653535Z    Compiling slab v0.4.12
2026-07-27T01:37:47.1868206Z    Compiling futures-io v0.3.32
2026-07-27T01:37:47.2081161Z    Compiling futures-task v0.3.32
2026-07-27T01:37:47.2176502Z    Compiling generic-array v0.14.7
2026-07-27T01:37:47.2651560Z    Compiling futures-channel v0.3.32
2026-07-27T01:37:47.3431646Z    Compiling rand_core v0.10.1
2026-07-27T01:37:47.3650762Z    Compiling hashbrown v0.17.1
2026-07-27T01:37:47.3767569Z    Compiling bitflags v2.12.1
2026-07-27T01:37:47.4230860Z    Compiling rustc_version v0.4.1
2026-07-27T01:37:47.4236818Z    Compiling rustversion v1.0.22
2026-07-27T01:37:47.4561005Z    Compiling cpufeatures v0.2.17
2026-07-27T01:37:47.4785340Z    Compiling getrandom v0.4.2
2026-07-27T01:37:47.5090654Z    Compiling fnv v1.0.7
2026-07-27T01:37:47.5356008Z    Compiling strsim v0.11.1
2026-07-27T01:37:47.5660878Z    Compiling cfg_aliases v0.2.1
2026-07-27T01:37:47.5790861Z    Compiling litemap v0.8.2
2026-07-27T01:37:47.6460834Z    Compiling writeable v0.6.3
2026-07-27T01:37:47.6771435Z    Compiling dunce v1.0.5
2026-07-27T01:37:47.7870700Z    Compiling ident_case v1.0.1
2026-07-27T01:37:47.7971451Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T01:37:47.8040734Z    Compiling fs_extra v1.3.0
2026-07-27T01:37:47.8041618Z    Compiling utf8_iter v1.0.4
2026-07-27T01:37:47.8610920Z    Compiling icu_properties_data v2.2.0
2026-07-27T01:37:47.9160569Z    Compiling autocfg v1.5.1
2026-07-27T01:37:48.0370810Z    Compiling percent-encoding v2.3.2
2026-07-27T01:37:48.0697763Z    Compiling http v1.4.1
2026-07-27T01:37:48.1010974Z    Compiling unicode-segmentation v1.13.3
2026-07-27T01:37:48.1461912Z    Compiling indexmap v2.14.0
2026-07-27T01:37:48.2060270Z    Compiling syn v2.0.117
2026-07-27T01:37:48.2146329Z    Compiling cpufeatures v0.3.0
2026-07-27T01:37:48.2386260Z    Compiling aws-lc-rs v1.17.0
2026-07-27T01:37:48.2466467Z    Compiling thiserror v2.0.18
2026-07-27T01:37:48.2471940Z    Compiling scopeguard v1.2.0
2026-07-27T01:37:48.2557737Z    Compiling form_urlencoded v1.2.2
2026-07-27T01:37:48.2681672Z    Compiling chacha20 v0.10.0
2026-07-27T01:37:48.3411228Z    Compiling lock_api v0.4.14
2026-07-27T01:37:48.3672703Z    Compiling untrusted v0.9.0
2026-07-27T01:37:48.4470949Z    Compiling heck v0.5.0
2026-07-27T01:37:48.4711049Z    Compiling rustls v0.23.40
2026-07-27T01:37:48.5101037Z    Compiling atomic-waker v1.1.2
2026-07-27T01:37:48.5260400Z    Compiling unicode-xid v0.2.6
2026-07-27T01:37:48.5570602Z    Compiling anyhow v1.0.102
2026-07-27T01:37:48.6151165Z    Compiling convert_case v0.10.0
2026-07-27T01:37:48.6159711Z    Compiling const-oid v0.10.2
2026-07-27T01:37:48.6530673Z    Compiling paste v1.0.15
2026-07-27T01:37:48.6600553Z    Compiling httparse v1.10.1
2026-07-27T01:37:48.6880742Z    Compiling jobserver v0.1.34
2026-07-27T01:37:48.6950726Z    Compiling zerocopy v0.8.50
2026-07-27T01:37:48.7350607Z    Compiling parking_lot_core v0.9.12
2026-07-27T01:37:48.7420799Z    Compiling num-traits v0.2.19
2026-07-27T01:37:48.7520396Z    Compiling hybrid-array v0.4.12
2026-07-27T01:37:48.9241052Z    Compiling curve25519-dalek v4.1.3
2026-07-27T01:37:48.9310759Z    Compiling ahash v0.8.12
2026-07-27T01:37:48.9400817Z    Compiling powerfmt v0.2.0
2026-07-27T01:37:48.9700764Z    Compiling fastrand v2.4.1
2026-07-27T01:37:48.9840579Z    Compiling base64ct v1.8.3
2026-07-27T01:37:49.0180809Z    Compiling cc v1.2.63
2026-07-27T01:37:49.1131361Z    Compiling crypto-common v0.1.7
2026-07-27T01:37:49.1242885Z    Compiling block-buffer v0.10.4
2026-07-27T01:37:49.1731023Z    Compiling either v1.16.0
2026-07-27T01:37:49.2370811Z    Compiling digest v0.10.7
2026-07-27T01:37:49.2380223Z    Compiling deranged v0.5.8
2026-07-27T01:37:49.2591944Z    Compiling http-body v1.0.1
2026-07-27T01:37:49.3570906Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T01:37:49.3760229Z    Compiling vcpkg v0.2.15
2026-07-27T01:37:49.3970241Z    Compiling tinyvec_macros v0.1.1
2026-07-27T01:37:49.4072089Z    Compiling base64 v0.22.1
2026-07-27T01:37:49.4535447Z    Compiling tower-service v0.3.3
2026-07-27T01:37:49.4690802Z    Compiling try-lock v0.2.5
2026-07-27T01:37:49.5240723Z    Compiling num-conv v0.2.2
2026-07-27T01:37:49.5390814Z    Compiling data-encoding v2.11.0
2026-07-27T01:37:49.5816990Z    Compiling time-core v0.1.8
2026-07-27T01:37:49.6000699Z    Compiling pkg-config v0.3.33
2026-07-27T01:37:49.7273659Z    Compiling mio v1.2.1
2026-07-27T01:37:49.7383621Z    Compiling socket2 v0.6.4
2026-07-27T01:37:49.7515040Z    Compiling getrandom v0.2.17
2026-07-27T01:37:49.8441072Z    Compiling zmij v1.0.21
2026-07-27T01:37:49.8591784Z    Compiling want v0.3.1
2026-07-27T01:37:49.9283452Z    Compiling rand_core v0.6.4
2026-07-27T01:37:49.9689727Z    Compiling rand v0.10.1
2026-07-27T01:37:50.0391264Z    Compiling uuid v1.23.2
2026-07-27T01:37:50.0420139Z    Compiling block-buffer v0.12.0
2026-07-27T01:37:50.1140547Z    Compiling parking_lot v0.12.5
2026-07-27T01:37:50.1300273Z    Compiling crypto-common v0.2.2
2026-07-27T01:37:50.1867926Z    Compiling tinyvec v1.11.0
2026-07-27T01:37:50.1898451Z    Compiling sha2 v0.10.9
2026-07-27T01:37:50.4020358Z    Compiling cmake v0.1.58
2026-07-27T01:37:50.5626831Z    Compiling inout v0.1.4
2026-07-27T01:37:50.5700724Z    Compiling vergen-lib v9.1.0
2026-07-27T01:37:50.5735266Z    Compiling n0-future v0.3.2
2026-07-27T01:37:50.7330066Z    Compiling spin v0.10.0
2026-07-27T01:37:50.7390470Z    Compiling diatomic-waker v0.2.3
2026-07-27T01:37:50.7534491Z    Compiling httpdate v1.0.3
2026-07-27T01:37:50.7560584Z    Compiling winnow v1.0.3
2026-07-27T01:37:50.7711135Z    Compiling cordyceps v0.3.4
2026-07-27T01:37:50.8330572Z    Compiling serde_json v1.0.150
2026-07-27T01:37:50.8590974Z    Compiling parking v2.2.1
2026-07-27T01:37:50.8631295Z    Compiling crossbeam-utils v0.8.21
2026-07-27T01:37:50.8690830Z    Compiling signature v2.2.0
2026-07-27T01:37:50.9510796Z    Compiling ed25519 v2.2.3
2026-07-27T01:37:50.9830594Z    Compiling futures-lite v2.6.1
2026-07-27T01:37:51.0089437Z    Compiling cipher v0.4.4
2026-07-27T01:37:51.0261533Z    Compiling netlink-packet-core v0.8.1
2026-07-27T01:37:51.0350444Z    Compiling universal-hash v0.5.1
2026-07-27T01:37:51.0460716Z    Compiling vergen v9.1.0
2026-07-27T01:37:51.0991209Z    Compiling futures-buffered v0.2.13
2026-07-27T01:37:51.1180633Z    Compiling vergen-lib v0.1.6
2026-07-27T01:37:51.1769258Z    Compiling digest v0.11.3
2026-07-27T01:37:51.1773605Z    Compiling heapless v0.7.17
2026-07-27T01:37:51.2191374Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T01:37:51.2280568Z    Compiling noq-udp v0.10.0
2026-07-27T01:37:51.2519853Z    Compiling sync_wrapper v1.0.2
2026-07-27T01:37:51.3128692Z    Compiling aws-lc-sys v0.41.0
2026-07-27T01:37:51.3239776Z    Compiling ring v0.17.14
2026-07-27T01:37:51.3362834Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T01:37:51.3437566Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T01:37:51.3453522Z    Compiling byteorder v1.5.0
2026-07-27T01:37:51.4450659Z    Compiling allocator-api2 v0.2.21
2026-07-27T01:37:51.4580409Z    Compiling opaque-debug v0.3.1
2026-07-27T01:37:51.5361364Z    Compiling hash32 v0.2.1
2026-07-27T01:37:51.5396073Z    Compiling polyval v0.6.2
2026-07-27T01:37:51.6370255Z    Compiling spin v0.9.8
2026-07-27T01:37:51.6496830Z    Compiling vergen-gitcl v1.0.8
2026-07-27T01:37:51.6560952Z    Compiling tower-layer v0.3.3
2026-07-27T01:37:51.7369423Z    Compiling ryu v1.0.23
2026-07-27T01:37:51.7788164Z    Compiling signature v3.0.0
2026-07-27T01:37:51.7913044Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T01:37:51.8441226Z    Compiling fallible-iterator v0.3.0
2026-07-27T01:37:51.8908123Z    Compiling num_threads v0.1.7
2026-07-27T01:37:51.8969210Z    Compiling ghash v0.5.1
2026-07-27T01:37:51.9170430Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T01:37:51.9480900Z    Compiling aes v0.8.4
2026-07-27T01:37:51.9920781Z    Compiling time v0.3.47
2026-07-27T01:37:52.0030360Z    Compiling ctr v0.9.2
2026-07-27T01:37:52.0101854Z    Compiling fs2 v0.4.3
2026-07-27T01:37:52.1670017Z    Compiling http-body-util v0.1.3
2026-07-27T01:37:52.1860900Z    Compiling aead v0.5.2
2026-07-27T01:37:52.2120945Z    Compiling openssl-probe v0.2.1
2026-07-27T01:37:52.2560448Z    Compiling utf8parse v0.2.2
2026-07-27T01:37:52.3183877Z    Compiling arrayvec v0.7.6
2026-07-27T01:37:52.3441569Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T01:37:52.4060703Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T01:37:52.4252434Z    Compiling crossbeam-channel v0.5.15
2026-07-27T01:37:52.4460707Z    Compiling netlink-packet-route v0.29.0
2026-07-27T01:37:52.4797063Z    Compiling blake3 v1.8.5
2026-07-27T01:37:52.5618377Z    Compiling aes-gcm v0.10.3
2026-07-27T01:37:52.7139868Z    Compiling memoffset v0.6.5
2026-07-27T01:37:52.7955356Z    Compiling acto v0.8.2
2026-07-27T01:37:52.8471671Z    Compiling netwatch v0.16.0
2026-07-27T01:37:52.8679618Z    Compiling noq v0.18.0
2026-07-27T01:37:52.9361100Z    Compiling lru-slab v0.1.2
2026-07-27T01:37:52.9506066Z    Compiling mac-addr v0.3.0
2026-07-27T01:37:52.9840652Z    Compiling ref-cast v1.0.25
2026-07-27T01:37:53.0632863Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T01:37:53.0823605Z    Compiling xml-rs v0.8.28
2026-07-27T01:37:53.0936778Z    Compiling identity-hash v0.1.0
2026-07-27T01:37:53.0940352Z    Compiling tagptr v0.2.0
2026-07-27T01:37:53.1600475Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T01:37:53.1980846Z    Compiling foldhash v0.2.0
2026-07-27T01:37:53.2499280Z    Compiling thiserror v1.0.69
2026-07-27T01:37:53.2850886Z    Compiling rustix v1.1.4
2026-07-27T01:37:53.3281050Z    Compiling rustc-hash v2.1.2
2026-07-27T01:37:53.4156595Z    Compiling hashbrown v0.16.1
2026-07-27T01:37:53.4884671Z    Compiling synstructure v0.13.2
2026-07-27T01:37:53.4966109Z    Compiling darling_core v0.20.11
2026-07-27T01:37:53.6243815Z    Compiling serde_derive_internals v0.29.1
2026-07-27T01:37:53.7171589Z    Compiling netlink-packet-route v0.30.0
2026-07-27T01:37:54.2710190Z    Compiling proc-macro-crate v3.5.0
2026-07-27T01:37:54.3221482Z    Compiling xmltree v0.10.3
2026-07-27T01:37:54.3420730Z    Compiling errno v0.3.14
2026-07-27T01:37:54.4098169Z    Compiling serial-core v0.4.0
2026-07-27T01:37:54.4935654Z    Compiling termios v0.2.2
2026-07-27T01:37:54.4988793Z    Compiling ioctl-rs v0.1.6
2026-07-27T01:37:54.5749171Z    Compiling aho-corasick v1.1.4
2026-07-27T01:37:54.5869644Z    Compiling simple-dns v0.9.3
2026-07-27T01:37:54.5908823Z    Compiling arrayref v0.3.9
2026-07-27T01:37:54.6007660Z    Compiling regex-syntax v0.8.10
2026-07-27T01:37:54.6274107Z    Compiling simdutf8 v0.1.5
2026-07-27T01:37:54.6431719Z    Compiling smol_str v0.1.24
2026-07-27T01:37:54.6501268Z    Compiling winnow v0.7.15
2026-07-27T01:37:54.7820710Z    Compiling toml_write v0.1.2
2026-07-27T01:37:54.8540806Z    Compiling linux-raw-sys v0.12.1
2026-07-27T01:37:54.8931075Z    Compiling resolv-conf v0.7.6
2026-07-27T01:37:54.9180575Z    Compiling signal-hook v0.3.18
2026-07-27T01:37:54.9689561Z    Compiling constant_time_eq v0.4.2
2026-07-27T01:37:55.0183803Z    Compiling sha1_smol v1.0.1
2026-07-27T01:37:55.1891590Z    Compiling serial-unix v0.4.0
2026-07-27T01:37:55.2889967Z    Compiling signal-hook-registry v1.4.8
2026-07-27T01:37:55.3900843Z    Compiling lru v0.16.4
2026-07-27T01:37:55.4730165Z    Compiling darling_core v0.23.0
2026-07-27T01:37:55.5519876Z    Compiling serde_derive v1.0.228
2026-07-27T01:37:55.5644306Z    Compiling zeroize_derive v1.4.3
2026-07-27T01:37:55.6549653Z    Compiling tokio-macros v2.7.0
2026-07-27T01:37:55.8141650Z    Compiling futures-macro v0.3.32
2026-07-27T01:37:56.1879275Z    Compiling zeroize v1.8.2
2026-07-27T01:37:56.3410601Z    Compiling tokio v1.52.3
2026-07-27T01:37:56.4148657Z    Compiling zerofrom-derive v0.1.7
2026-07-27T01:37:56.7515437Z    Compiling futures-util v0.3.32
2026-07-27T01:37:56.8440594Z    Compiling yoke-derive v0.8.2
2026-07-27T01:37:56.8870679Z    Compiling zerovec-derive v0.11.3
2026-07-27T01:37:57.3876608Z    Compiling displaydoc v0.2.6
2026-07-27T01:37:57.4041214Z    Compiling tracing-attributes v0.1.31
2026-07-27T01:37:57.9849208Z    Compiling zerofrom v0.1.8
2026-07-27T01:37:58.0930458Z    Compiling rustls-pki-types v1.14.1
2026-07-27T01:37:58.2059645Z    Compiling thiserror-impl v2.0.18
2026-07-27T01:37:58.2480701Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T01:37:58.2971004Z    Compiling yoke v0.8.3
2026-07-27T01:37:58.5050551Z    Compiling zerovec v0.11.6
2026-07-27T01:37:58.8366572Z    Compiling zerotrie v0.2.4
2026-07-27T01:37:58.8478545Z    Compiling darling_macro v0.20.11
2026-07-27T01:37:58.9290636Z    Compiling derive_more-impl v2.1.1
2026-07-27T01:37:59.1256517Z    Compiling spez v0.1.2
2026-07-27T01:37:59.1961755Z    Compiling tinystr v0.8.3
2026-07-27T01:37:59.2210447Z    Compiling potential_utf v0.1.5
2026-07-27T01:37:59.2380611Z    Compiling darling v0.20.11
2026-07-27T01:37:59.2968663Z    Compiling n0-error-macros v0.1.3
2026-07-27T01:37:59.3338292Z    Compiling icu_collections v2.2.0
2026-07-27T01:37:59.3815784Z    Compiling icu_locale_core v2.2.0
2026-07-27T01:37:59.3981153Z    Compiling derive_builder_core v0.20.2
2026-07-27T01:37:59.5470723Z    Compiling der v0.8.0-rc.10
2026-07-27T01:38:00.1211175Z    Compiling pin-project-internal v1.1.13
2026-07-27T01:38:00.2200808Z    Compiling cobs v0.3.0
2026-07-27T01:38:00.4550531Z    Compiling futures-executor v0.3.32
2026-07-27T01:38:00.5383857Z    Compiling n0-error v0.1.3
2026-07-27T01:38:00.6520381Z    Compiling icu_provider v2.2.0
2026-07-27T01:38:00.8383106Z    Compiling ed25519-dalek v2.2.0
2026-07-27T01:38:00.8691176Z    Compiling derive_builder_macro v0.20.2
2026-07-27T01:38:01.0372220Z    Compiling icu_normalizer v2.2.0
2026-07-27T01:38:01.0619703Z    Compiling icu_properties v2.2.0
2026-07-27T01:38:01.1590869Z    Compiling ipnet v2.12.0
2026-07-27T01:38:01.1721453Z    Compiling spki v0.8.0-rc.4
2026-07-27T01:38:01.2030884Z    Compiling derive_builder v0.20.2
2026-07-27T01:38:01.3390874Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T01:38:01.5050670Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T01:38:01.5820379Z    Compiling pin-project v1.1.13
2026-07-27T01:38:01.6561705Z    Compiling once_cell v1.21.4
2026-07-27T01:38:01.7200545Z    Compiling prefix-trie v0.8.4
2026-07-27T01:38:01.7875286Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T01:38:01.8710617Z    Compiling tracing-core v0.1.36
2026-07-27T01:38:02.0040718Z    Compiling futures v0.3.32
2026-07-27T01:38:02.0280573Z    Compiling postcard-derive v0.2.2
2026-07-27T01:38:02.0740935Z    Compiling hashbrown v0.14.5
2026-07-27T01:38:02.0911095Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T01:38:02.5610970Z    Compiling tracing v0.1.44
2026-07-27T01:38:02.5809479Z    Compiling tokio-util v0.7.18
2026-07-27T01:38:02.5874759Z    Compiling idna_adapter v1.2.2
2026-07-27T01:38:02.5926906Z    Compiling netlink-sys v0.8.8
2026-07-27T01:38:02.7197540Z    Compiling idna v1.1.0
2026-07-27T01:38:02.8630462Z    Compiling postcard v1.1.3
2026-07-27T01:38:02.8860604Z    Compiling data-encoding-macro v0.1.20
2026-07-27T01:38:02.8952467Z    Compiling tower v0.5.3
2026-07-27T01:38:02.9863508Z    Compiling rustls-native-certs v0.8.4
2026-07-27T01:38:03.0291301Z    Compiling hashlink v0.9.1
2026-07-27T01:38:03.0652312Z    Compiling strum_macros v0.28.0
2026-07-27T01:38:03.1840847Z    Compiling url v2.5.8
2026-07-27T01:38:03.3900743Z    Compiling async-trait v0.1.89
2026-07-27T01:38:03.4400958Z    Compiling num_enum_derive v0.7.6
2026-07-27T01:38:03.4483451Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T01:38:03.4697048Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T01:38:03.4796978Z    Compiling enum-assoc v1.3.0
2026-07-27T01:38:03.6270906Z    Compiling h2 v0.4.14
2026-07-27T01:38:03.7640587Z    Compiling rusqlite v0.32.1
2026-07-27T01:38:03.8061585Z    Compiling derive_more v2.1.1
2026-07-27T01:38:03.9200468Z    Compiling iroh-metrics v0.38.3
2026-07-27T01:38:03.9840383Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T01:38:04.0722912Z    Compiling n0-watcher v0.6.1
2026-07-27T01:38:04.1465526Z    Compiling tower-http v0.6.11
2026-07-27T01:38:04.2201023Z    Compiling iroh-base v0.98.0
2026-07-27T01:38:04.3575107Z    Compiling attohttpc v0.30.1
2026-07-27T01:38:04.3759118Z    Compiling tokio-stream v0.1.18
2026-07-27T01:38:04.4660822Z    Compiling iroh-relay v0.98.0
2026-07-27T01:38:04.5065428Z    Compiling netlink-proto v0.12.0
2026-07-27T01:38:04.5371548Z    Compiling num_enum v0.7.6
2026-07-27T01:38:04.5520918Z    Compiling netdev v0.42.0
2026-07-27T01:38:04.5722103Z    Compiling moka v0.12.15
2026-07-27T01:38:04.6673457Z    Compiling serde_spanned v0.6.9
2026-07-27T01:38:04.7350364Z    Compiling toml_datetime v0.6.11
2026-07-27T01:38:04.7700877Z    Compiling ref-cast-impl v1.0.25
2026-07-27T01:38:04.8060683Z    Compiling thiserror-impl v1.0.69
2026-07-27T01:38:04.9997255Z    Compiling toml_edit v0.22.27
2026-07-27T01:38:05.0930411Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T01:38:05.2653810Z    Compiling webpki-roots v1.0.7
2026-07-27T01:38:05.3740856Z    Compiling regex-automata v0.4.14
2026-07-27T01:38:05.3931037Z    Compiling schemars_derive v1.2.1
2026-07-27T01:38:05.6410559Z    Compiling serde_bytes v0.11.19
2026-07-27T01:38:05.8950682Z    Compiling seize v0.5.1
2026-07-27T01:38:05.9013265Z    Compiling hmac v0.12.1
2026-07-27T01:38:06.0010932Z    Compiling iroh v0.98.2
2026-07-27T01:38:06.0080660Z    Compiling strum v0.28.0
2026-07-27T01:38:06.0469820Z    Compiling dyn-clone v1.0.20
2026-07-27T01:38:06.1287685Z    Compiling iroh-dns v0.98.0
2026-07-27T01:38:06.1839157Z    Compiling pin-utils v0.1.0
2026-07-27T01:38:06.2490233Z    Compiling cmov v0.5.4
2026-07-27T01:38:06.2890823Z    Compiling bitflags v1.3.2
2026-07-27T01:38:06.3590789Z    Compiling rustix v0.38.44
2026-07-27T01:38:06.3750882Z    Compiling nix v0.25.1
2026-07-27T01:38:06.4317257Z    Compiling papaya v0.2.4
2026-07-27T01:38:06.4407040Z    Compiling hkdf v0.12.4
2026-07-27T01:38:06.5188131Z    Compiling ctutils v0.4.2
2026-07-27T01:38:06.5565089Z    Compiling backon v1.6.0
2026-07-27T01:38:06.5818851Z    Compiling filedescriptor v0.8.3
2026-07-27T01:38:06.6180685Z    Compiling darling_macro v0.23.0
2026-07-27T01:38:06.7750738Z    Compiling serial v0.4.0
2026-07-27T01:38:06.8220163Z    Compiling anstyle-parse v1.0.0
2026-07-27T01:38:06.8431633Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T01:38:06.8551515Z    Compiling linux-raw-sys v0.4.15
2026-07-27T01:38:06.8638739Z    Compiling instability v0.3.12
2026-07-27T01:38:07.0320647Z    Compiling shell-words v1.1.1
2026-07-27T01:38:07.0456533Z    Compiling colorchoice v1.0.5
2026-07-27T01:38:07.0671071Z    Compiling downcast-rs v1.2.1
2026-07-27T01:38:07.0689123Z    Compiling anstyle v1.0.14
2026-07-27T01:38:07.1181121Z    Compiling unicode-width v0.2.0
2026-07-27T01:38:07.1488058Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T01:38:07.1627385Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T01:38:07.1630171Z    Compiling foldhash v0.1.5
2026-07-27T01:38:07.1910897Z    Compiling anstyle-query v1.1.5
2026-07-27T01:38:07.2570648Z    Compiling vte v0.13.1
2026-07-27T01:38:07.3070996Z    Compiling darling v0.23.0
2026-07-27T01:38:07.3651479Z    Compiling anstream v1.0.0
2026-07-27T01:38:07.3713945Z    Compiling hashbrown v0.15.5
2026-07-27T01:38:07.3780734Z    Compiling signal-hook-mio v0.2.5
2026-07-27T01:38:07.4188716Z    Compiling spake2 v0.4.0
2026-07-27T01:38:07.4923724Z    Compiling terminal_size v0.4.4
2026-07-27T01:38:07.5240682Z    Compiling schemars v1.2.1
2026-07-27T01:38:07.6220802Z    Compiling strum_macros v0.26.4
2026-07-27T01:38:07.8050959Z    Compiling toml v0.8.23
2026-07-27T01:38:07.8940556Z    Compiling sha1 v0.10.6
2026-07-27T01:38:08.1679734Z    Compiling itertools v0.13.0
2026-07-27T01:38:08.2340838Z    Compiling castaway v0.2.4
2026-07-27T01:38:08.3816857Z    Compiling indoc v2.0.7
2026-07-27T01:38:08.4300585Z    Compiling regex v1.12.3
2026-07-27T01:38:08.6390851Z    Compiling clap_lex v1.1.0
2026-07-27T01:38:08.8390646Z    Compiling static_assertions v1.1.0
2026-07-27T01:38:08.8860435Z    Compiling unicode-width v0.1.14
2026-07-27T01:38:08.8918610Z    Compiling doctest-file v1.1.1
2026-07-27T01:38:08.9034689Z    Compiling compact_str v0.8.2
2026-07-27T01:38:09.1950288Z    Compiling clap_builder v4.6.0
2026-07-27T01:38:09.3555681Z    Compiling interprocess v2.4.2
2026-07-27T01:38:09.7288218Z    Compiling hyper v1.10.1
2026-07-27T01:38:09.8031000Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T01:38:10.0492569Z    Compiling strum v0.26.3
2026-07-27T01:38:10.1350861Z    Compiling crossterm v0.28.1
2026-07-27T01:38:10.1679819Z    Compiling lru v0.12.5
2026-07-27T01:38:10.1807084Z    Compiling clap_derive v4.6.1
2026-07-27T01:38:10.2101089Z    Compiling cassowary v0.3.0
2026-07-27T01:38:10.2681210Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T01:38:10.3339740Z    Compiling unicode-truncate v1.1.0
2026-07-27T01:38:10.3759545Z    Compiling iana-time-zone v0.1.65
2026-07-27T01:38:10.4720588Z    Compiling nucleo-matcher v0.3.1
2026-07-27T01:38:10.7401729Z    Compiling portable-pty v0.8.1
2026-07-27T01:38:10.7580656Z    Compiling chrono v0.4.45
2026-07-27T01:38:10.8675609Z    Compiling qrcode v0.14.1
2026-07-27T01:38:11.1030451Z    Compiling tempfile v3.27.0
2026-07-27T01:38:11.5097277Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T01:38:11.7610625Z    Compiling hyper-util v0.1.20
2026-07-27T01:38:11.8650475Z    Compiling ratatui v0.29.0
2026-07-27T01:38:12.4731041Z    Compiling clap v4.6.1
2026-07-27T01:38:13.6272257Z    Compiling igd-next v0.17.1
2026-07-27T01:38:13.7153089Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T01:38:14.5353294Z    Compiling portmapper v0.16.0
2026-07-27T01:38:20.2256964Z    Compiling rustls-webpki v0.103.13
2026-07-27T01:38:22.6321708Z    Compiling tokio-rustls v0.26.4
2026-07-27T01:38:22.6322138Z    Compiling noq-proto v0.17.0
2026-07-27T01:38:22.6324463Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T01:38:22.7731286Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T01:38:22.7731892Z    Compiling hyper-rustls v0.27.9
2026-07-27T01:38:22.7732341Z    Compiling tokio-websockets v0.13.2
2026-07-27T01:38:22.9123156Z    Compiling reqwest v0.13.4
2026-07-27T01:38:23.8973628Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T01:38:37.9910052Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T01:38:39.5456482Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T01:38:49.8248612Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T01:38:54.9358375Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-27T01:38:54.9604516Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T01:38:54.9617209Z 
2026-07-27T01:38:54.9617563Z running 1 test
2026-07-27T01:39:01.0496648Z test new_brain_serves_against_old_broker ... ok
2026-07-27T01:39:01.0497034Z 
2026-07-27T01:39:01.0497297Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-27T01:39:01.0497683Z 
